home *** CD-ROM | disk | FTP | other *** search
/ PC User 2003 January / Disc 3 / Amethyst.iso / rl / launch / dos / stdins.bat < prev    next >
Encoding:
DOS Batch File  |  2002-07-02  |  973 b   |  34 lines

  1. @echo off
  2. REM Modified 04/16/01 by David Harper
  3. REM Confirms loading of Lizard
  4. REM This next line is used by the cleanup.bat file
  5. ECHO [RedmondLinux] > CLEANUP.INI
  6. ECHO RunSetup=0 >> CLEANUP.INI
  7. cls
  8. echo.
  9. echo Redmond Linux Personal Edition
  10. echo.
  11. echo Redmond Linux is now ready to be installed. Please ensure that your
  12. echo your Redmond Linux CD is in the CD-ROM drive before continuing.
  13. echo.
  14. echo Press Y to begin installing Redmond Linux, or N to return to Windows.
  15. CHOICE /N > NUL
  16. IF ERRORLEVEL 2 GOTO END
  17. IF ERRORLEVEL 1 GOTO RUNRL
  18. GOTO END
  19.  
  20. :RUNRL
  21. CLS
  22. echo.
  23. echo Redmond Linux Personal Edition
  24. echo.
  25. echo Loading Redmond Linux installer. Please wait.
  26. REM I had a devil of a time fiding the loadlin command; I hope this is it.
  27. loadlin vmlinuz initrd=initrd.gz vga=785 debug=2 nosmp noapic
  28.  
  29. :END
  30. CLS
  31. ECHO Redmond Linux Personal Edition
  32. ECHO.
  33. ECHO Setup cancelled. You can rerun the Setup Wizard to finish installing
  34. ECHO Redmond Linux.